Since Xend doesn't use twisted anymore, remove the references from the
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 11 Aug 2005 08:58:40 +0000 (08:58 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 11 Aug 2005 08:58:40 +0000 (08:58 +0000)
Makefile.

Signed-off-by: Mark Williamson <mark.williamson@cl.cam.ac.uk>
Makefile

index 712c2d366e9f3d3501d338a98b0d65dd203d161b..4a9c2833198dd3ffb2b33422ec0fff18b029f4d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -101,11 +101,6 @@ mrproper: clean
        for i in $(ALLKERNELS) ; do $(MAKE) $$i-delete ; done
        for i in $(ALLSPARSETREES) ; do $(MAKE) $$i-mrproper ; done
 
-install-twisted:
-       wget http://www.twistedmatrix.com/products/get-current.epy
-       tar -zxf Twisted-*.tar.gz
-       cd Twisted-* && python setup.py install
-
 install-logging: LOGGING=logging-0.4.9.2
 install-logging:
        [ -f $(LOGGING).tar.gz ] || wget http://www.red-dove.com/$(LOGGING).tar.gz
@@ -149,7 +144,6 @@ help:
        @echo '  kclean           - clean guest kernel build trees'
        @echo ''
        @echo 'Dependency installation targets:'
-       @echo '  install-twisted  - install the Twisted Matrix Framework'
        @echo '  install-logging  - install the Python Logging package'
        @echo '  install-iptables - install iptables tools'
        @echo ''